home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F25361_Module1.bas < prev    next >
Encoding:
BASIC Source File  |  2000-11-10  |  255 b   |  18 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3.  
  4. Global objApp As Application
  5. Global Drs As Drawings
  6. Global Dr As Drawing
  7. Global Vis As Views
  8. Global Vi As View
  9. Global Bls As Blocks
  10. Global Bl As Block
  11.  
  12.  
  13.  
  14. Sub Main()
  15.     Form1.Show 1
  16. End Sub
  17.  
  18.